That wasn't sposta be commented out...
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 19 Jul 2005 22:15:40 +0000 (22:15 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 19 Jul 2005 22:15:40 +0000 (22:15 +0000)
gpsbabel/waypt.c

index 11eb9e8492b45b7735a8147da4b2e89da7d20132..6fa26d4e021a5f854c0ff09d196baa9c5bf13265 100644 (file)
@@ -92,7 +92,6 @@ waypt_add(waypoint *wpt)
         * try to be sure that we have these fields even if just by
         * copying them from elsewhere.
         */
-#if 0
        if (wpt->shortname == NULL) {
                if (wpt->description) {
                        wpt->shortname = xstrdup(wpt->description);
@@ -117,7 +116,6 @@ waypt_add(waypoint *wpt)
                        }
                }
        }
-#endif
 }
 
 void